home *** CD-ROM | disk | FTP | other *** search
/ PC World Interactive 11 / PC World Interactive 11.iso / share / internet / kidnex / _SETUP.1 / kidnet.exe / 0 / RCDATA / TABOUTBOX / TABOUTBOX.txt < prev   
Text File  |  1996-08-19  |  1KB  |  73 lines

  1. object AboutBox: TAboutBox
  2.   Left = 200
  3.   Top = 108
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsDialog
  6.   Caption = 'About Kidnet Explorer'
  7.   ClientHeight = 208
  8.   ClientWidth = 324
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -14
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   Position = poScreenCenter
  15.   Scaled = False
  16.   PixelsPerInch = 120
  17.   TextHeight = 16
  18.   object Panel1: TPanel
  19.     Left = 10
  20.     Top = 10
  21.     Width = 303
  22.     Height = 143
  23.     BevelInner = bvRaised
  24.     BevelOuter = bvLowered
  25.     ParentColor = True
  26.     TabOrder = 0
  27.     object ProgramIcon: TImage
  28.       Left = 10
  29.       Top = 10
  30.       Width = 70
  31.       Height = 70
  32.       Picture.Data = {<image000.bmp>}
  33.       Stretch = True
  34.       IsControl = True
  35.     end
  36.     object ProductName: TLabel
  37.       Left = 108
  38.       Top = 20
  39.       Width = 90
  40.       Height = 16
  41.       Caption = 'Kidnet Explorer'
  42.       IsControl = True
  43.     end
  44.     object Version: TLabel
  45.       Left = 108
  46.       Top = 49
  47.       Width = 73
  48.       Height = 16
  49.       Caption = 'Version 1.02'
  50.       IsControl = True
  51.     end
  52.     object Copyright: TLabel
  53.       Left = 10
  54.       Top = 98
  55.       Width = 282
  56.       Height = 16
  57.       Caption = 'Copyright ∩┐╜ 1997 by Resource Communications'
  58.       IsControl = True
  59.     end
  60.   end
  61.   object OKButton: TButton
  62.     Left = 121
  63.     Top = 166
  64.     Width = 92
  65.     Height = 30
  66.     Caption = 'OK'
  67.     Default = True
  68.     ModalResult = 1
  69.     TabOrder = 1
  70.     OnClick = OKButtonClick
  71.   end
  72. end
  73.